home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / WINCAKE2.ZIP / DRM.IN_ / DRM.bin
Text File  |  1993-08-03  |  15KB  |  331 lines

  1. ;$Header:   G:/SRC/WCW/VCS/DRM.INV   1.10   13 Jul 1993 11:27:24   gwh  $
  2.  
  3. [WinCake]
  4.  
  5. [Recent Files List]
  6.  
  7. [Track View]
  8.  
  9. [Event View]
  10.  
  11. [Piano-roll View]
  12.  
  13. [Controllers View]
  14.  
  15. [Staff View]
  16.  
  17. [Comments View]
  18.  
  19. [Tempo View]
  20.  
  21. [Meter View]
  22.  
  23. [Sysx View]
  24.  
  25. [CAL View]
  26.  
  27. [Markers View]
  28.  
  29. [Dump Request Macros]
  30. ;
  31. ; Each Dump Request Macro must be on a single line.  Each line must be
  32. ; of the format:
  33. ;
  34. ;       <name>=F0 <data> F7 [n<num bufffers>] [s<size buffers>]
  35. ;
  36. ; <name> appears in alphabetical-order listbox of Dump Request Macros.
  37. ;  You may want to follow our "ellipses" convention:  If your request
  38. ;  macro will require the user to input something, place "..." after
  39. ;  the name.  E.g., "FB-01 Configuration...".
  40. ;
  41. ;    Note: DRM names can be enclosed in quotes like DOS CAKEWALK.SXT.
  42. ;    The = sign must be added, however, for Cakewalk for Windows.
  43. ;
  44. ; <data> is any series of bytes notated in hexadecimal.
  45. ;
  46. ; Last are two optional items for setting the number and size of buffers
  47. ; to be allocated to receive the sysx message.  For example, appending
  48. ; n4 s32000 would allocate 4 buffers of 32000 bytes each.  These correspond
  49. ; to and override the SysxReceiveBuffers and SysxReceiveBuffersSize values
  50. ; that may be set in TTSSEQ.INI.  Some devices may require preallocation
  51. ; of a different number and/or size of receive buffers.
  52. ;
  53. ; Note that normal MIDI data bytes must have the high bit clear: i.e.,
  54. ; must be < 128d, 80h.  Since values >= 128 can never be part of a System
  55. ; Exclusive message, we can use some of them as special "opcodes"....
  56. ;
  57. ; OPCODES:  Special <data> values that are not sent:
  58. ;
  59. ;  FC : Arithmetic-OR of next two bytes.  The next two bytes--or results
  60. ;       of other opcodes--are OR'd together and the result is sent.
  61. ;  FD : Prompt user to "Input Channel/Unit"; send what they input.
  62. ;  FE : Prompt user to "Input Patch Number"; send what they input.
  63. ;
  64.  
  65. ;; 8x8 Midi Patcher Courtesy of Bob Camp
  66. 360 Systems 8x8 Midi Patcher Bulk Dump=F0 00 00 1C 01 00 F7
  67.  
  68. ;; Quadraverb Courtesy of Chris Connell
  69. Alesis Quadraverb All Presets=F0 00 00 0E 02 03 65 F7
  70. Alesis Quadraverb Edit Buffer=F0 00 00 0E 02 03 64 F7
  71. Alesis Quadraverb Single Preset...=F0 00 00 0E 02 03 FE F7
  72.  
  73. ;; CZ-1000 Courtesy of Steve Quinlan
  74. Casio CZ-1000 Current Voice-Channel 1=F0 44 00 00 70 10 60 71 31 F7
  75. Casio CZ-1000 Current Voice-Channel 2=F0 44 00 00 71 10 60 71 31 F7
  76.  
  77. ;; MX-8 Courtesy of Jim Kometani
  78. DMC MX-8 Current Setup...=F0 00 00 07 FD 02 F7
  79. DMC MX-8 All Setups...=F0 00 00 07 FD 03 F7
  80.  
  81. ;; Proteus Courtesy of Bob Camp
  82. E-mu Proteus All User Presets=F0 18 04 00 00 7F 7F F7
  83. E-mu Proteus All Factory Presets=F0 18 04 00 00 7E 7F F7
  84. E-mu Proteus Tuning Table=F0 18 04 00 04 F7
  85. E-mu Proteus Program Map=F0 18 04 00 06 F7
  86. E-mu Proteus Master Settings=F0 18 04 00 08 F7
  87. E-mu Proteus 1 Patch From First 128...=F0 18 04 00 00 FE 00 F7
  88. E-mu Proteus 1 Patch From Next 128...=F0 18 04 00 00 FE 01 F7
  89.  
  90. ;; VFXsd and SQ-1 Courtesy of Tim Godfrey
  91. ;; These DRMs will also work with the VFX v2.1.
  92. Ensoniq VFXsd Current Program...=F0 0F 05 00 FD 00 00 05 F7
  93. Ensoniq VFXsd Current Preset...=F0 0F 05 00 FD 00 00 06 F7
  94. Ensoniq VFXsd Multi A&B/Track Parameters...=F0 0F 05 00 FD 00 00 07 F7
  95. Ensoniq VFXsd INT Program Bank...=F0 0F 05 00 FD 00 00 09 F7
  96. Ensoniq VFXsd INT Preset Bank...=F0 0F 05 00 FD 00 00 0A F7
  97. Ensoniq VFXsd Current Sequence...=F0 0F 05 00 FD 00 00 0D F7
  98. Ensoniq VFXsd All Sequences...=F0 0F 05 00 FD 00 00 0E F7
  99. Ensoniq VFXsd All Data...=F0 0F 05 00 FD 00 00 08 F7
  100.  
  101. Ensoniq SQ-1 Current Program...=F0 0F 06 00 FD 00 00 01 F7
  102. Ensoniq SQ-1 Internal Programs...=F0 0F 06 00 FD 00 00 02 F7
  103.  
  104. ;; ESQ-1 Courtesy of Mark Moulding
  105. Ensoniq ESQ-1 Current Program...=F0 0F 02 FD 09 F7
  106. Ensoniq ESQ-1 All Programs...=F0 0F 02 FD 0A F7
  107.  
  108. Kawai K1 1 Int Patch...=F0 40 FD 00 00 03 00 FE F7
  109. Kawai K1 1 Ext Patch...=F0 40 FD 00 00 03 01 FE F7
  110. Kawai K1 All Int Single I,E...=F0 40 FD 01 00 03 00 00 F7
  111. Kawai K1 All Int Single i,e...=F0 40 FD 01 00 03 00 20 F7
  112. Kawai K1 All Int Multi...=F0 40 FD 01 00 03 00 40 F7
  113. Kawai K1 All Ext Single I,E...=F0 40 FD 01 00 03 01 00 F7
  114. Kawai K1 All Ext Single i,e...=F0 40 FD 01 00 03 01 20 F7
  115. Kawai K1 All Ext Multi...=F0 40 FD 01 00 03 01 40 F7
  116.  
  117. ;; K4 Courtesy of Christopher Moreno
  118. Kawai K4 All Int=F0 40 00 02 00 04 00 00 F7
  119. Kawai K4 All Ext=F0 40 00 02 00 04 02 00 F7
  120. Kawai K4 1 Int Single/Mult...=F0 40 00 00 00 04 00 FE F7
  121. Kawai K4 1 Ext Single/Mult...=F0 40 00 00 00 04 02 FE F7
  122. Kawai K4 1 Int Effect...=F0 40 00 00 00 04 01 FE F7
  123. Kawai K4 1 Ext Effect...=F0 40 00 00 00 04 03 FE F7
  124. Kawai K4 All Int Singles=F0 40 00 01 00 04 00 00 F7
  125. Kawai K4 All Ext Singles=F0 40 00 01 00 04 02 00 F7
  126. Kawai K4 All Int Multis=F0 40 00 01 00 04 00 40 F7
  127. Kawai K4 All Ext Multis=F0 40 00 01 00 04 02 40 F7
  128. Kawai K4 All Int Effects=F0 40 00 01 00 04 01 00 F7
  129. Kawai K4 All Ext Effects=F0 40 00 01 00 04 03 00 F7
  130. Kawai K4 All Int Drums=F0 40 00 00 00 04 01 20 F7
  131. Kawai K4 All Ext Drums=F0 40 00 00 00 04 03 20 F7
  132.  
  133. ;; O1/W Courtesy of Larry Poulin
  134. ;; Note that when selecting one program or combination make sure that
  135. ;; combination mode is selected for combination dump and program mode
  136. ;; is selected for program dump on the O1/W.
  137. ;; Also, make certain that the program or combination you want to dump
  138. ;; is selected before you execute dump request.
  139. Korg O1/W All Programs...=F0 42 FC 30 FD 2B 1C 00 F7
  140. Korg O1/W All Combinations...=F0 42 FC 30 FD 2B 1D 00 F7
  141. Korg O1/W All Data (prg,comb,glo,seq)...=F0 42 FC 30 FD 2B 0F 00 F7
  142. Korg O1/W Current Program...=F0 42 FC 30 FD 2B 10 F7
  143. Korg O1/W Current Combination...=F0 42 FC 30 FD 2B 19 F7
  144. Korg O1/W All Sequence...=F0 42 FC 30 FD 2B 18 00 F7
  145. Korg O1/W All Drum Kit Data...=F0 42 FC 30 FD 2B 0D 00 F7
  146.  
  147. ;; DS-8 Courtesy of Peter Glass
  148. Korg DS-8 Voice...=F0 42 FC 30 FD 13 10 F7
  149. Korg DS-8 All Voices...=F0 42 FC 30 FD 13 1C F7
  150. Korg DS-8 Combination...=F0 42 FC 30 FD 13 19 F7
  151. Korg DS-8 All Combinations...=F0 42 FC 30 FD 13 1D F7
  152.  
  153. ;; M-1 Courtesy of Ozzie B. Bostic (with revisions by Pete Halliday)
  154. ;;
  155. ;; Note that when selecting one program or combination make sure that
  156. ;; combination mode is selected for combination dump and program mode
  157. ;; is selected for program dump on the M1.
  158. ;;
  159. ;; Also, make certain that the program or combination you want to dump
  160. ;; is selected before you execute dump request.
  161. Korg M1 All Programs=F0 42 FC 30 FD 19 1C 00 F7 n2 s50000
  162. Korg M1 All Combinations=F0 42 FC 30 FD 19 1D 00 F7 n2 s50000
  163. Korg M1 All Data (prg,comb,glo,seq)=F0 42 FC 30 FD 19 0F 00 F7 n2 s50000
  164. Korg M1 Current Program=F0 42 FC 30 FD 19 10 F7 n2 s50000
  165. Korg M1 Current Combination=F0 42 FC 30 FD 19 19 F7 n2 s50000
  166.  
  167. ;; M1 Sequence Dump Courtesy of Dan Kudo
  168. Korg M1 All Sequence...=F0 42 FC 30 FD 19 18 00 F7 n2 s50000
  169.  
  170. ;; K1000 Plus Courtesy of Jeffrey K. Morris and SoundIdeas Productions
  171. Kurzweil K1000+ RAM Programs...=F0 07 FD 64 03 00 50 00 00 01 F7
  172. Kurzweil K1000+ Master Param Table=F0 07 FD 64 03 00 42 00 00 01 F7
  173. Kurzweil K1000+ System Memory=F0 07 FD 64 03 00 42 00 10 01 F7
  174.  
  175. ;; DW-6000 Courtesy of Christopher Moreno
  176. Korg DW-6000 Internal Voice...=F0 42 30 04 10 FE F7
  177.  
  178. ;; T3 Courtesy of Larry Bachtell
  179. Korg T3 All Sequences...=F0 42 FC 30 FD 26 18 00 F7
  180. Korg T3 All Combinations...=F0 42 FC 30 FD 26 1D 00 F7
  181. Korg T3 All Programs...=F0 42 FC 30 FD 26 1C 00 F7
  182. Korg T3 Global Data...=F0 42 FC 30 FD 26 0E 00 F7
  183.  
  184. ;; Wavestation Courtesy of Larry Bachtell
  185. Korg Wavestation RAM1 Patches...=F0 42 FC 30 FD 28 1C 00 F7
  186. Korg Wavestation RAM2 Patches...=F0 42 FC 30 FD 28 1C 01 F7
  187. Korg Wavestation ROM Patches...=F0 42 FC 30 FD 28 1C 02 F7
  188. Korg Wavestation Card Patches...=F0 42 FC 30 FD 28 1C 03 F7
  189. Korg Wavestation RAM1 Performances...=F0 42 FC 30 FD 28 1D 00 F7
  190. Korg Wavestation RAM2 Performances...=F0 42 FC 30 FD 28 1D 01 F7
  191. Korg Wavestation ROM Performances...=F0 42 FC 30 FD 28 1D 02 F7
  192. Korg Wavestation Card Performances...=F0 42 FC 30 FD 28 1D 03 F7
  193. Korg Wavestation RAM1 Wave Seq...=F0 42 FC 30 FD 28 0C 00 F7
  194. Korg Wavestation RAM2 Wave Seq...=F0 42 FC 30 FD 28 0C 01 F7
  195. Korg Wavestation ROM Wave Seq...=F0 42 FC 30 FD 28 0